home *** CD-ROM | disk | FTP | other *** search
- -- card: 25511 from stack: in
- -- bmap block id: 2151
- -- flags: 4000
- -- background id: 2604
- -- name: OUTSIDE
- ----- HyperTalk script -----
- on openCard
- global inventory
- put "You are carrying: " into inventory
- put "empty multicorder" after inventory
- put inventory into background field "ShowMe"
-
- global pocketbook
- subtract pocketbook from pocketbook
- put 0 into pocketbook
- put pocketbook into background field "CountMe"
-
- end openCard
-
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=277 top=182 right=203 bottom=299
- -- title width / last selected line: 0
- -- icon id / first selected line: 15279 / 15279
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: D/TO/VEST
- ----- HyperTalk script -----
- on mouseUp
- visual effect checkerboard
- go to card id 2935
- end mouseUp
-
-
-
-
- -- part contents for background part 6
- ----- text -----
- You are carrying: empty multicorder
-
- -- part contents for background part 8
- ----- text -----
- 0